home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / blinds.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  811 b   |  37 lines

  1. GlobalSound = new Sound();
  2. globalsound.setVolume(vol);
  3. if(url == "")
  4. {
  5.    setProperty("_root.geturlmovie", _visible, false);
  6. }
  7. else
  8. {
  9.    _root.geturlmovie.url = url;
  10. }
  11. playsound = "";
  12. i = 1;
  13. kerningbasis = 19;
  14. setProperty("letter", _visible, false);
  15. xposstart = parseFloat(x1);
  16. yposstart = parseFloat(y1);
  17. yy = parseFloat(y);
  18. setProperty("background", _yscale, yy);
  19. hexV = parseInt(colorbackground);
  20. myColor = new Color(background);
  21. myColor.setRGB(hexV);
  22. xscaletext = parseFloat(xscaletext);
  23. setProperty("letter", _xscale, xscaletext);
  24. yscaletext = parseFloat(yscaletext);
  25. setProperty("_root.letter", _yscale, yscaletext);
  26. hexV = parseInt(colortext);
  27. myColor = new Color(letter);
  28. myColor.setRGB(hexV);
  29. if(l == loop)
  30. {
  31.    if(loop == 0)
  32.    {
  33.    }
  34.    gotoAndPlay(22);
  35. }
  36. l += 1;
  37.